home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IconList2, gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow, gPlaySound, audioPath
- if gPlaySound then
- soundFile = getAudioFile(the frame)
- sound playFile 1, audioPath & soundFile & ".AIF"
- gPlaySound = 0
- end if
- repeat with rc in IconList2
- doRollover(rc)
- end repeat
- repeat with rc in [gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow]
- doRollover(rc)
- end repeat
- if soundBusy(1) then
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-